home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / util / libs / ExpName14.lha / ExpName / expname.doc next >
Text File  |  1995-07-10  |  2KB  |  48 lines

  1. TABLE OF CONTENTS
  2.  
  3. expname.library/GetExpName
  4.  
  5. expname.library/GetExpName                           expname.library/GetExpName
  6.  
  7.    NAME
  8.     GetExpName - get name of expansion board
  9.  
  10.    SYNOPSIS
  11.     Success = GetExpName(ManufName,ProdName,ConfigDev,Manufacturer,Product)
  12.       D0.l                  A0.l     A1.l      A2.l      D0.w       D1.b
  13.  
  14.     ULONG GetExpName(STRPTR,STRPTR,struct ConfigDev*,UWORD,UBYTE);
  15.  
  16.    FUNCTION
  17.     Gets the name of the expansion.
  18.  
  19.    INPUTS
  20.     ManufName     -- String to be filled with the manufacturer name. Must
  21.              be at least 50 chars long.
  22.     ProdName      -- String to be filled with the product name. Must be
  23.              at least 50 chars long.
  24.     ConfigDev     -- Pointer to ConfigDev structure (from expansion.library)
  25.              or NULL.
  26.     Manufacturer  -- ID of the board's manufacturer, if ConfigDev is NULL.
  27.     Product       -- ID of the board's product number (depends on manufactu-
  28.              rer), if ConfigDev is NULL.
  29.  
  30.    RESULT
  31.     Success       -- True if both manufacturer and product are known. False
  32.              if one of them are not known.
  33.  
  34.    NOTE
  35.     If the manufacturer or the product is not known, the string will be
  36.     filled with its number. I.e. it is NOT a real fault if this function
  37.     fails; the strings can be used in any case...
  38.  
  39.     This call is guaranteed to preserve all registers except D0.
  40.  
  41.    BUGS
  42.     There are by far not all existing boards implemented. Please send
  43.     me the manufacturer id and name and the products id and name of all
  44.     unknown boards. E-Mail: "shred@tfh.dssd.sub.org".
  45.  
  46.    SEE ALSO
  47.  
  48.